Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't print 'Using realm' unless realm was supplied by ENV var #233

Merged
merged 6 commits into from
Nov 29, 2023

Conversation

mjurbanski-reef
Copy link

@mjurbanski-reef mjurbanski-reef commented Nov 28, 2023

https://github.com/Backblaze/B2_Command_Line_Tool/issues/949

mpnowacki-reef and others added 3 commits November 28, 2023 21:26
…ly-security-updates

Configure dependabot to only create PRs for security updates
…ning

fix resource_tracker warning on OSX

if self.api.account_info.is_same_key(key_id, realm):
if self.api.account_info.is_same_key(key_id, realm or 'production'):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it just so happens that this is wrong, right? bc realm set by --staging should be treated the same as one by B2_ENVIRONMENT_ENV_VAR here, right? Not in scope of this PR, but can you create a ticket?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must say I don't quite see why wouldn't it be treated the same right now, but we do have a ticket for rewriting auth from ENV, so I will just add it there - most likely this problem will be resolved during rewrite as a side effect even if does indeed exists.

@mjurbanski-reef mjurbanski-reef merged commit a3ca0b5 into master Nov 29, 2023
28 checks passed
@mjurbanski-reef mjurbanski-reef deleted the verbose_only_imp branch November 29, 2023 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants